Namespace - LJCDataAccess
Parameters
commandText - The command text.
commandType - The command type.
Returns
A reference to the
DbCommand
object.
Syntax
C# |
public DbCommand CreateCommand(String commandText, CommandType commandType = CommandType.Text)
|
Retrieves the DbCommand object.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.